<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Cstrike MOTD</title>
<style>
    body {
        background: #000;
        margin: 8px;
        color: #FFB000;
        font: normal 16px/20px Verdana, Tahoma, sans-serif;
    }
 
    a {
        color: #FFF;
        text-decoration: underline;
    }
 
    a:hover {
        color: #EEE;
        text-decoration: none;
    }
</style>
</head>
<body>
You are playing Condition Zero<br>
Visit the official Condition Zero web site @<br>
<a href="http://www.cs-conditionzero.com">www.cs-conditionzero.com/</a><br>
</body>
</html>